home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / as.sun3 / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1990-12-03  |  1.3 KB  |  81 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     90.12.03.13.21.31;  author rab;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     90.12.03.12.55.34;  author rab;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     90.12.03.12.54.52;  author rab;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @Added -Dm68851 flag to CFLAGS so that mc68030 mmu instructions work.
  32. @
  33. text
  34. @#
  35. # This file is included by Makefile.  Makefile is generated automatically
  36. # by mkmf, and this file provides additional local personalization.  The
  37. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  38. # that must be included to set up various compilation stuff.
  39. #
  40.  
  41. CFLAGS += -I../as/sprite -I../as/dist -I/sprite/lib/include/sun3.md \
  42.             -Derror=as_fatal -Dm68851
  43.  
  44. #include    <$(SYSMAKEFILE)>
  45.  
  46. .PATH.h : ../as/sprite ../as/dist /sprite/lib/include/sun3.md
  47.  
  48. #
  49. # Arrange for programs to be installed in the library area instead of
  50. # the normal commands area.
  51. #
  52.  
  53. TMINSTALLDIR    = /sprite/lib/gcc/$(TM).md
  54.  
  55. @
  56.  
  57.  
  58. 1.2
  59. log
  60. @Added -Dm68851 flag so that mc68030 instructions are included.
  61. @
  62. text
  63. @d8 2
  64. a9 1
  65. CFLAGS += -I../as/sprite -I../as/dist -Derror=as_fatal -Dm68851
  66. d13 1
  67. a13 1
  68. .PATH.h : ../as/sprite ../as/dist
  69. @
  70.  
  71.  
  72. 1.1
  73. log
  74. @Initial revision
  75. @
  76. text
  77. @d8 1
  78. a8 1
  79. CFLAGS += -I../as/sprite -I../as/dist -Derror=as_fatal
  80. @
  81.